1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmDiscount
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmDiscount))
31         Me.Panel1 = New System.Windows.Forms.Panel()
32         Me.btnGetData = New System.Windows.Forms.Button()
33         Me.Label5 = New System.Windows.Forms.Label()
34         Me.cmbFeeType = New System.Windows.Forms.ComboBox()
35         Me.GroupBox4 = New System.Windows.Forms.GroupBox()
36         Me.Label3 = New System.Windows.Forms.Label()
37         Me.Label2 = New System.Windows.Forms.Label()
38         Me.Label4 = New System.Windows.Forms.Label()
39         Me.cmbSection = New System.Windows.Forms.ComboBox()
40         Me.cmbClass = New System.Windows.Forms.ComboBox()
41         Me.cmbSession = New System.Windows.Forms.ComboBox()
42         Me.Panel3 = New System.Windows.Forms.Panel()
43         Me.btnClose = New System.Windows.Forms.Button()
44         Me.btnUpdate = New System.Windows.Forms.Button()
45         Me.btnNew = New System.Windows.Forms.Button()
46         Me.dgw = New System.Windows.Forms.DataGridView()
47         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
48         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
49         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
50         Me.Column4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
51         Me.Panel2 = New System.Windows.Forms.Panel()
52         Me.Label1 = New System.Windows.Forms.Label()
53         Me.txtFeeName = New System.Windows.Forms.TextBox()
54         Me.lblUser = New System.Windows.Forms.Label()
55         Me.Panel1.SuspendLayout()
56         Me.GroupBox4.SuspendLayout()
57         Me.Panel3.SuspendLayout()
58         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
59         Me.Panel2.SuspendLayout()
60         Me.SuspendLayout()
61         
'
62         
'Panel1
63         
'
64         Me.Panel1.BackColor = System.Drawing.Color.White
65         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
66         Me.Panel1.Controls.Add(Me.btnGetData)
67         Me.Panel1.Controls.Add(Me.Label5)
68         Me.Panel1.Controls.Add(Me.cmbFeeType)
69         Me.Panel1.Controls.Add(Me.GroupBox4)
70         Me.Panel1.Controls.Add(Me.Panel3)
71         Me.Panel1.Controls.Add(Me.dgw)
72         Me.Panel1.Controls.Add(Me.Panel2)
73         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
74         Me.Panel1.Name =
"Panel1"
75         Me.Panel1.Size = New System.Drawing.Size(
666, 640)
76         Me.Panel1.TabIndex =
2
77         
'
78         
'btnGetData
79         
'
80         Me.btnGetData.FlatStyle = System.Windows.Forms.FlatStyle.Popup
81         Me.btnGetData.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
82         Me.btnGetData.Location = New System.Drawing.Point(
414, 109)
83         Me.btnGetData.Name =
"btnGetData"
84         Me.btnGetData.Size = New System.Drawing.Size(
91, 28)
85         Me.btnGetData.TabIndex =
48
86         Me.btnGetData.Text =
"&Get Data"
87         Me.btnGetData.UseVisualStyleBackColor = True
88         
'
89         
'Label5
90         
'
91         Me.Label5.AutoSize = True
92         Me.Label5.BackColor = System.Drawing.Color.Transparent
93         Me.Label5.ForeColor = System.Drawing.Color.Black
94         Me.Label5.Location = New System.Drawing.Point(
9, 167)
95         Me.Label5.Name =
"Label5"
96         Me.Label5.Size = New System.Drawing.Size(
58, 13)
97         Me.Label5.TabIndex =
47
98         Me.Label5.Text =
"Fee Type :"
99         
'
100         
'cmbFeeType
101         
'
102         Me.cmbFeeType.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
103         Me.cmbFeeType.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
104         Me.cmbFeeType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
105         Me.cmbFeeType.FormattingEnabled = True
106         Me.cmbFeeType.Items.AddRange(New Object() {
"Bus", "Class", "Hostel"})
107         Me.cmbFeeType.Location = New System.Drawing.Point(
73, 164)
108         Me.cmbFeeType.Name =
"cmbFeeType"
109         Me.cmbFeeType.Size = New System.Drawing.Size(
164, 21)
110         Me.cmbFeeType.TabIndex =
46
111         
'
112         
'GroupBox4
113         
'
114         Me.GroupBox4.BackColor = System.Drawing.Color.Transparent
115         Me.GroupBox4.Controls.Add(Me.Label3)
116         Me.GroupBox4.Controls.Add(Me.Label2)
117         Me.GroupBox4.Controls.Add(Me.Label4)
118         Me.GroupBox4.Controls.Add(Me.cmbSection)
119         Me.GroupBox4.Controls.Add(Me.cmbClass)
120         Me.GroupBox4.Controls.Add(Me.cmbSession)
121         Me.GroupBox4.Location = New System.Drawing.Point(
9, 76)
122         Me.GroupBox4.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
123         Me.GroupBox4.Name =
"GroupBox4"
124         Me.GroupBox4.Padding = New System.Windows.Forms.Padding(
3, 4, 3, 4)
125         Me.GroupBox4.Size = New System.Drawing.Size(
390, 81)
126         Me.GroupBox4.TabIndex =
45
127         Me.GroupBox4.TabStop = False
128         
'
129         
'Label3
130         
'
131         Me.Label3.AutoSize = True
132         Me.Label3.ForeColor = System.Drawing.Color.Black
133         Me.Label3.Location = New System.Drawing.Point(
272, 18)
134         Me.Label3.Name =
"Label3"
135         Me.Label3.Size = New System.Drawing.Size(
49, 13)
136         Me.Label3.TabIndex =
35
137         Me.Label3.Text =
"Section :"
138         
'
139         
'Label2
140         
'
141         Me.Label2.AutoSize = True
142         Me.Label2.ForeColor = System.Drawing.Color.Black
143         Me.Label2.Location = New System.Drawing.Point(
152, 18)
144         Me.Label2.Name =
"Label2"
145         Me.Label2.Size = New System.Drawing.Size(
38, 13)
146         Me.Label2.TabIndex =
34
147         Me.Label2.Text =
"Class :"
148         
'
149         
'Label4
150         
'
151         Me.Label4.AutoSize = True
152         Me.Label4.ForeColor = System.Drawing.Color.Black
153         Me.Label4.Location = New System.Drawing.Point(
14, 17)
154         Me.Label4.Name =
"Label4"
155         Me.Label4.Size = New System.Drawing.Size(
53, 13)
156         Me.Label4.TabIndex =
33
157         Me.Label4.Text =
"Session : "
158         
'
159         
'cmbSection
160         
'
161         Me.cmbSection.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
162         Me.cmbSection.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
163         Me.cmbSection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
164         Me.cmbSection.Enabled = False
165         Me.cmbSection.FormattingEnabled = True
166         Me.cmbSection.Location = New System.Drawing.Point(
275, 40)
167         Me.cmbSection.Name =
"cmbSection"
168         Me.cmbSection.Size = New System.Drawing.Size(
100, 21)
169         Me.cmbSection.TabIndex =
2
170         
'
171         
'cmbClass
172         
'
173         Me.cmbClass.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
174         Me.cmbClass.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
175         Me.cmbClass.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
176         Me.cmbClass.Enabled = False
177         Me.cmbClass.FormattingEnabled = True
178         Me.cmbClass.Location = New System.Drawing.Point(
155, 40)
179         Me.cmbClass.Name =
"cmbClass"
180         Me.cmbClass.Size = New System.Drawing.Size(
112, 21)
181         Me.cmbClass.TabIndex =
1
182         
'
183         
'cmbSession
184         
'
185         Me.cmbSession.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
186         Me.cmbSession.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
187         Me.cmbSession.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
188         Me.cmbSession.FormattingEnabled = True
189         Me.cmbSession.Location = New System.Drawing.Point(
17, 40)
190         Me.cmbSession.Name =
"cmbSession"
191         Me.cmbSession.Size = New System.Drawing.Size(
124, 21)
192         Me.cmbSession.TabIndex =
0
193         
'
194         
'Panel3
195         
'
196         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
197         Me.Panel3.Controls.Add(Me.btnClose)
198         Me.Panel3.Controls.Add(Me.btnUpdate)
199         Me.Panel3.Controls.Add(Me.btnNew)
200         Me.Panel3.Location = New System.Drawing.Point(
545, 206)
201         Me.Panel3.Name =
"Panel3"
202         Me.Panel3.Size = New System.Drawing.Size(
111, 118)
203         Me.Panel3.TabIndex =
41
204         
'
205         
'btnClose
206         
'
207         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
208         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
209         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
210         Me.btnClose.Location = New System.Drawing.Point(
13, 77)
211         Me.btnClose.Name =
"btnClose"
212         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
213         Me.btnClose.TabIndex =
4
214         Me.btnClose.Text =
"Close"
215         Me.btnClose.UseVisualStyleBackColor = True
216         
'
217         
'btnUpdate
218         
'
219         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
220         Me.btnUpdate.Enabled = False
221         Me.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Popup
222         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
223         Me.btnUpdate.Location = New System.Drawing.Point(
13, 43)
224         Me.btnUpdate.Name =
"btnUpdate"
225         Me.btnUpdate.Size = New System.Drawing.Size(
82, 28)
226         Me.btnUpdate.TabIndex =
2
227         Me.btnUpdate.Text =
"Update"
228         Me.btnUpdate.UseVisualStyleBackColor = True
229         
'
230         
'btnNew
231         
'
232         Me.btnNew.Cursor = System.Windows.Forms.Cursors.Hand
233         Me.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Popup
234         Me.btnNew.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
235         Me.btnNew.Location = New System.Drawing.Point(
13, 10)
236         Me.btnNew.Name =
"btnNew"
237         Me.btnNew.Size = New System.Drawing.Size(
82, 28)
238         Me.btnNew.TabIndex =
0
239         Me.btnNew.Text =
"New"
240         Me.btnNew.UseVisualStyleBackColor = True
241         
'
242         
'dgw
243         
'
244         Me.dgw.AllowUserToAddRows = False
245         Me.dgw.AllowUserToDeleteRows = False
246         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
247         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
248         Me.dgw.BackgroundColor = System.Drawing.Color.White
249         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
250         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
251         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
252         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
253         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
254         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
255         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
256         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
257         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
258         Me.dgw.ColumnHeadersHeight =
24
259         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2, Me.Column3, Me.Column4})
260         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
261         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
262         DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
263         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
264         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
265         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
266         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
267         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
268         Me.dgw.DefaultCellStyle = DataGridViewCellStyle3
269         Me.dgw.EnableHeadersVisualStyles = False
270         Me.dgw.GridColor = System.Drawing.Color.White
271         Me.dgw.Location = New System.Drawing.Point(
12, 206)
272         Me.dgw.MultiSelect = False
273         Me.dgw.Name =
"dgw"
274         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
275         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
276         DataGridViewCellStyle4.BackColor = System.Drawing.Color.CadetBlue
277         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
278         DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
279         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
280         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
281         DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
282         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle4
283         Me.dgw.RowHeadersWidth =
25
284         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
285         DataGridViewCellStyle5.BackColor = System.Drawing.Color.White
286         DataGridViewCellStyle5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
287         DataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.DarkSlateGray
288         DataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White
289         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle5
290         Me.dgw.RowTemplate.Height =
18
291         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
292         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
293         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
294         Me.dgw.Size = New System.Drawing.Size(
527, 425)
295         Me.dgw.TabIndex =
40
296         
'
297         
'Column1
298         
'
299         Me.Column1.HeaderText =
"Admission No."
300         Me.Column1.Name =
"Column1"
301         
'
302         
'Column2
303         
'
304         Me.Column2.HeaderText =
"Student Name"
305         Me.Column2.Name =
"Column2"
306         Me.Column2.Width =
200
307         
'
308         
'Column3
309         
'
310         Me.Column3.HeaderText =
"Caste"
311         Me.Column3.Name =
"Column3"
312         
'
313         
'Column4
314         
'
315         Me.Column4.HeaderText =
"Discount"
316         Me.Column4.Name =
"Column4"
317         
'
318         
'Panel2
319         
'
320         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
321         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
322         Me.Panel2.Controls.Add(Me.Label1)
323         Me.Panel2.Controls.Add(Me.txtFeeName)
324         Me.Panel2.Controls.Add(Me.lblUser)
325         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
326         Me.Panel2.Name =
"Panel2"
327         Me.Panel2.Size = New System.Drawing.Size(
647, 62)
328         Me.Panel2.TabIndex =
0
329         
'
330         
'Label1
331         
'
332         Me.Label1.AutoSize = True
333         Me.Label1.BackColor = System.Drawing.Color.Transparent
334         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
335         Me.Label1.ForeColor = System.Drawing.Color.White
336         Me.Label1.Location = New System.Drawing.Point(
233, 19)
337         Me.Label1.Name =
"Label1"
338         Me.Label1.Size = New System.Drawing.Size(
145, 24)
339         Me.Label1.TabIndex =
0
340         Me.Label1.Text =
"Discount Entry"
341         
'
342         
'txtFeeName
343         
'
344         Me.txtFeeName.Location = New System.Drawing.Point(
17, 31)
345         Me.txtFeeName.Name =
"txtFeeName"
346         Me.txtFeeName.Size = New System.Drawing.Size(
81, 20)
347         Me.txtFeeName.TabIndex =
44
348         Me.txtFeeName.Visible = False
349         
'
350         
'lblUser
351         
'
352         Me.lblUser.AutoSize = True
353         Me.lblUser.Location = New System.Drawing.Point(
47, 15)
354         Me.lblUser.Name =
"lblUser"
355         Me.lblUser.Size = New System.Drawing.Size(
39, 13)
356         Me.lblUser.TabIndex =
43
357         Me.lblUser.Text =
"Label8"
358         Me.lblUser.Visible = False
359         
'
360         
'frmDiscount
361         
'
362         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
363         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
364         Me.BackColor = System.Drawing.Color.DarkSlateGray
365         Me.ClientSize = New System.Drawing.Size(
690, 667)
366         Me.Controls.Add(Me.Panel1)
367         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
368         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
369         Me.MaximizeBox = False
370         Me.MinimizeBox = False
371         Me.Name =
"frmDiscount"
372         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
373         Me.Panel1.ResumeLayout(False)
374         Me.Panel1.PerformLayout()
375         Me.GroupBox4.ResumeLayout(False)
376         Me.GroupBox4.PerformLayout()
377         Me.Panel3.ResumeLayout(False)
378         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
379         Me.Panel2.ResumeLayout(False)
380         Me.Panel2.PerformLayout()
381         Me.ResumeLayout(False)
382
383     End Sub
384     Friend WithEvents Panel1 As System.Windows.Forms.Panel
385     Friend WithEvents dgw As System.Windows.Forms.DataGridView
386     Friend WithEvents Panel2 As System.Windows.Forms.Panel
387     Friend WithEvents Label1 As System.Windows.Forms.Label
388     Friend WithEvents Panel3 As System.Windows.Forms.Panel
389     Friend WithEvents btnClose As System.Windows.Forms.Button
390     Friend WithEvents btnUpdate As System.Windows.Forms.Button
391     Friend WithEvents btnNew As System.Windows.Forms.Button
392     Friend WithEvents txtFeeName As System.Windows.Forms.TextBox
393     Friend WithEvents lblUser As System.Windows.Forms.Label
394     Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
395     Friend WithEvents Label3 As System.Windows.Forms.Label
396     Friend WithEvents Label2 As System.Windows.Forms.Label
397     Friend WithEvents Label4 As System.Windows.Forms.Label
398     Friend WithEvents cmbSection As System.Windows.Forms.ComboBox
399     Friend WithEvents cmbClass As System.Windows.Forms.ComboBox
400     Friend WithEvents cmbSession As System.Windows.Forms.ComboBox
401     Friend WithEvents Label5 As System.Windows.Forms.Label
402     Friend WithEvents cmbFeeType As System.Windows.Forms.ComboBox
403     Private WithEvents btnGetData As System.Windows.Forms.Button
404     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
405     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
406     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
407     Friend WithEvents Column4 As System.Windows.Forms.DataGridViewTextBoxColumn
408
409 End Class


Gõ tìm kiếm nhanh...